home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 5 / Deep Throat Girls 5.iso / mac / MAC.Dir / 00038_background.ls < prev    next >
Encoding:
Text File  |  1997-02-09  |  320 b   |  15 lines

  1. on background
  2.   global backpos1, backpos2
  3.   puppetSprite(1, 1)
  4.   set backpos1 to backpos1 - 2
  5.   if backpos1 = 0 then
  6.     set backpos1 to 400
  7.   end if
  8.   set backpos2 to backpos2 - 4
  9.   if backpos2 = -6 then
  10.     set backpos2 to 394
  11.   end if
  12.   set the locV of sprite 1 to backpos1
  13.   set the locV of sprite 2 to backpos2
  14. end
  15.